From: Jason Rumney Date: Mon, 17 May 2004 20:59:46 +0000 (+0000) Subject: (egetenv) [USE_CRT_DLL]: Remove condition. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22435 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4a4232da64ae5326fb6d63eefca844b174e9c684;p=emacs.git (egetenv) [USE_CRT_DLL]: Remove condition. --- diff --git a/src/lisp.h b/src/lisp.h index ee217019147..fc22bc92c67 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -3141,9 +3141,7 @@ extern void xfree P_ ((POINTER_TYPE *)); extern char *xstrdup P_ ((const char *)); -#ifndef USE_CRT_DLL extern char *egetenv P_ ((char *)); -#endif /* Set up the name of the machine we're running on. */ extern void init_system_name P_ ((void));